﻿2026-07-09T02:43:53.3254735Z Current runner version: '2.335.1'
2026-07-09T02:43:53.3260758Z Runner name: 'kitsubito'
2026-07-09T02:43:53.3261459Z Runner group name: 'Default'
2026-07-09T02:43:53.3262332Z Machine name: 'KITSUBITO'
2026-07-09T02:43:53.3264933Z ##[group]GITHUB_TOKEN Permissions
2026-07-09T02:43:53.3267191Z Contents: read
2026-07-09T02:43:53.3267719Z Metadata: read
2026-07-09T02:43:53.3268325Z Packages: read
2026-07-09T02:43:53.3268845Z ##[endgroup]
2026-07-09T02:43:53.3361514Z Secret source: Actions
2026-07-09T02:43:53.3362237Z Prepare workflow directory
2026-07-09T02:43:53.3832335Z Prepare all required actions
2026-07-09T02:43:53.3873379Z Getting action download info
2026-07-09T02:43:53.7786914Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-09T02:43:54.3888385Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2026-07-09T02:43:55.7321151Z Complete job name: build (self-hosted, Linux, kitsubito, spt-x86_64-linux-musl, target/x86_64-unknown-linux-musl/rel...
2026-07-09T02:43:55.8407708Z ##[group]Run actions/checkout@v5
2026-07-09T02:43:55.8408842Z with:
2026-07-09T02:43:55.8409960Z   repository: SaberMage/spt-core
2026-07-09T02:43:55.8413198Z   token: ***
2026-07-09T02:43:55.8413875Z   ssh-strict: true
2026-07-09T02:43:55.8414556Z   ssh-user: git
2026-07-09T02:43:55.8415238Z   persist-credentials: true
2026-07-09T02:43:55.8415971Z   clean: true
2026-07-09T02:43:55.8416661Z   sparse-checkout-cone-mode: true
2026-07-09T02:43:55.8417395Z   fetch-depth: 1
2026-07-09T02:43:55.8418062Z   fetch-tags: false
2026-07-09T02:43:55.8418729Z   show-progress: true
2026-07-09T02:43:55.8419494Z   lfs: false
2026-07-09T02:43:55.8420158Z   submodules: false
2026-07-09T02:43:55.8420854Z   set-safe-directory: true
2026-07-09T02:43:55.8422066Z ##[endgroup]
2026-07-09T02:43:55.9516501Z Syncing repository: SaberMage/spt-core
2026-07-09T02:43:55.9520365Z ##[group]Getting Git version info
2026-07-09T02:43:55.9521886Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-09T02:43:55.9524117Z [command]/usr/bin/git version
2026-07-09T02:43:55.9529712Z git version 2.43.0
2026-07-09T02:43:55.9557342Z ##[endgroup]
2026-07-09T02:43:55.9573618Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/319a2596-56c8-4383-96d1-d9c34c58ff5a' before making global git config changes
2026-07-09T02:43:55.9575562Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T02:43:55.9578325Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-09T02:43:55.9638757Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-09T02:43:55.9674282Z https://github.com/SaberMage/spt-core
2026-07-09T02:43:55.9690858Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-09T02:43:55.9695202Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-09T02:43:55.9721493Z HEAD
2026-07-09T02:43:55.9765634Z ##[endgroup]
2026-07-09T02:43:55.9766984Z [command]/usr/bin/git submodule status
2026-07-09T02:43:56.0021987Z ##[group]Cleaning the repository
2026-07-09T02:43:56.0023170Z [command]/usr/bin/git clean -ffdx
2026-07-09T02:43:57.6106769Z Removing target/
2026-07-09T02:43:57.6124998Z [command]/usr/bin/git reset --hard HEAD
2026-07-09T02:43:57.6202821Z HEAD is now at 9c4e69414 Merge PR #63: release v0.30.0 — MUSL-TIER (static-musl Linux artifact, counter 51)
2026-07-09T02:43:57.6210971Z ##[endgroup]
2026-07-09T02:43:57.6213213Z ##[group]Disabling automatic garbage collection
2026-07-09T02:43:57.6217068Z [command]/usr/bin/git config --local gc.auto 0
2026-07-09T02:43:57.6246245Z ##[endgroup]
2026-07-09T02:43:57.6246655Z ##[group]Setting up auth
2026-07-09T02:43:57.6252698Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-09T02:43:57.6300309Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-09T02:43:57.6566818Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T02:43:57.6603685Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-09T02:43:57.6884377Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T02:43:57.6920861Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-09T02:43:57.7180283Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-09T02:43:57.7223390Z ##[endgroup]
2026-07-09T02:43:57.7223956Z ##[group]Fetching the repository
2026-07-09T02:43:57.7231503Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9c4e69414a4c10964d1f40417907da497a771d84:refs/tags/v0.30.0
2026-07-09T02:43:58.2215670Z ##[endgroup]
2026-07-09T02:43:58.2216435Z ##[group]Determining the checkout info
2026-07-09T02:43:58.2217055Z ##[endgroup]
2026-07-09T02:43:58.2223771Z [command]/usr/bin/git sparse-checkout disable
2026-07-09T02:43:58.2282672Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-09T02:43:58.2333288Z ##[group]Checking out the ref
2026-07-09T02:43:58.2341241Z [command]/usr/bin/git checkout --progress --force refs/tags/v0.30.0
2026-07-09T02:43:58.2432905Z HEAD is now at 9c4e69414 Merge PR #63: release v0.30.0 — MUSL-TIER (static-musl Linux artifact, counter 51)
2026-07-09T02:43:58.2441069Z ##[endgroup]
2026-07-09T02:43:58.2515982Z [command]/usr/bin/git log -1 --format=%H
2026-07-09T02:43:58.2562007Z 9c4e69414a4c10964d1f40417907da497a771d84
2026-07-09T02:43:58.2881065Z ##[group]Run sudo apt-get update
2026-07-09T02:43:58.2881494Z [36;1msudo apt-get update[0m
2026-07-09T02:43:58.2881837Z [36;1msudo apt-get install -y musl-tools cmake[0m
2026-07-09T02:43:58.2882191Z [36;1mrustup target add "x86_64-unknown-linux-musl"[0m
2026-07-09T02:43:58.2898932Z shell: /usr/bin/bash -e {0}
2026-07-09T02:43:58.2899299Z ##[endgroup]
2026-07-09T02:43:58.5664047Z Hit:1 http://us.archive.ubuntu.com/ubuntu noble InRelease
2026-07-09T02:43:58.6041283Z Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2026-07-09T02:43:58.6336696Z Get:3 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2026-07-09T02:43:58.9619674Z Get:4 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2026-07-09T02:43:58.9986695Z Get:5 http://security.ubuntu.com/ubuntu noble-security/main i386 Packages [324 kB]
2026-07-09T02:43:59.0904401Z Get:6 http://us.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1,079 kB]
2026-07-09T02:43:59.2413416Z Get:7 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [827 kB]
2026-07-09T02:43:59.3449023Z Get:8 http://us.archive.ubuntu.com/ubuntu noble-updates/main i386 Packages [515 kB]
2026-07-09T02:43:59.3840396Z Get:9 http://us.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [180 kB]
2026-07-09T02:43:59.3919130Z Get:10 http://security.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2026-07-09T02:43:59.3933562Z Get:11 http://us.archive.ubuntu.com/ubuntu noble-updates/universe i386 Packages [1,130 kB]
2026-07-09T02:43:59.4101240Z Get:12 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [44.9 kB]
2026-07-09T02:43:59.4128156Z Get:13 http://security.ubuntu.com/ubuntu noble-security/universe i386 Packages [815 kB]
2026-07-09T02:43:59.5189025Z Get:14 http://us.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1,659 kB]
2026-07-09T02:43:59.6846235Z Get:15 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1,173 kB]
2026-07-09T02:43:59.6918653Z Get:16 http://us.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [388 kB]
2026-07-09T02:43:59.6924884Z Get:17 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [76.3 kB]
2026-07-09T02:43:59.6935920Z Get:18 http://us.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2026-07-09T02:43:59.6936650Z Get:19 http://us.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [5,768 B]
2026-07-09T02:43:59.6938480Z Get:20 http://us.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [10.5 kB]
2026-07-09T02:44:05.0142861Z Fetched 8,794 kB in 2s (5,232 kB/s)
2026-07-09T02:44:06.0736084Z Reading package lists...
2026-07-09T02:44:06.1216825Z Reading package lists...
2026-07-09T02:44:06.3782488Z Building dependency tree...
2026-07-09T02:44:06.3799101Z Reading state information...
2026-07-09T02:44:06.7887684Z musl-tools is already the newest version (1.2.4-2).
2026-07-09T02:44:06.7888145Z cmake is already the newest version (3.28.3-1build7).
2026-07-09T02:44:06.7888576Z The following package was automatically installed and is no longer required:
2026-07-09T02:44:06.7898878Z   mailcap
2026-07-09T02:44:06.7899254Z Use 'sudo apt autoremove' to remove it.
2026-07-09T02:44:06.8522362Z 0 upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
2026-07-09T02:44:06.9064751Z info: component rust-std for target x86_64-unknown-linux-musl is up to date
2026-07-09T02:44:06.9159854Z ##[group]Run cargo build --release -p spt --bin spt --target "x86_64-unknown-linux-musl"
2026-07-09T02:44:06.9160505Z [36;1mcargo build --release -p spt --bin spt --target "x86_64-unknown-linux-musl"[0m
2026-07-09T02:44:06.9173874Z shell: /usr/bin/bash -e {0}
2026-07-09T02:44:06.9174122Z env:
2026-07-09T02:44:06.9174329Z   CC_x86_64_unknown_linux_musl: musl-gcc
2026-07-09T02:44:06.9174662Z ##[endgroup]
2026-07-09T02:44:07.2936513Z    Compiling proc-macro2 v1.0.106
2026-07-09T02:44:07.2936952Z    Compiling quote v1.0.45
2026-07-09T02:44:07.2937290Z    Compiling unicode-ident v1.0.24
2026-07-09T02:44:07.2937601Z    Compiling libc v0.2.186
2026-07-09T02:44:07.2938167Z    Compiling serde_core v1.0.228
2026-07-09T02:44:07.2938877Z    Compiling cfg-if v1.0.4
2026-07-09T02:44:07.2997450Z    Compiling serde v1.0.228
2026-07-09T02:44:07.3025644Z    Compiling log v0.4.32
2026-07-09T02:44:07.3059358Z    Compiling pin-project-lite v0.2.17
2026-07-09T02:44:07.3060129Z    Compiling typenum v1.20.1
2026-07-09T02:44:07.3211376Z    Compiling version_check v0.9.5
2026-07-09T02:44:07.3212525Z    Compiling portable-atomic v1.13.1
2026-07-09T02:44:07.3213088Z    Compiling memchr v2.8.1
2026-07-09T02:44:07.3213664Z    Compiling find-msvc-tools v0.1.9
2026-07-09T02:44:07.3214051Z    Compiling shlex v2.0.1
2026-07-09T02:44:07.4171227Z    Compiling critical-section v1.2.0
2026-07-09T02:44:07.4270620Z    Compiling subtle v2.6.1
2026-07-09T02:44:07.5449910Z    Compiling futures-core v0.3.32
2026-07-09T02:44:07.5737120Z    Compiling bytes v1.11.1
2026-07-09T02:44:07.5863131Z    Compiling smallvec v1.15.1
2026-07-09T02:44:07.6841802Z    Compiling semver v1.0.28
2026-07-09T02:44:07.7041564Z    Compiling stable_deref_trait v1.2.1
2026-07-09T02:44:07.7894875Z    Compiling futures-sink v0.3.32
2026-07-09T02:44:07.8176157Z    Compiling equivalent v1.0.2
2026-07-09T02:44:07.8504957Z    Compiling futures-io v0.3.32
2026-07-09T02:44:07.8763742Z    Compiling slab v0.4.12
2026-07-09T02:44:07.9222229Z    Compiling futures-channel v0.3.32
2026-07-09T02:44:07.9561182Z    Compiling itoa v1.0.18
2026-07-09T02:44:07.9751899Z    Compiling futures-task v0.3.32
2026-07-09T02:44:08.0261260Z    Compiling generic-array v0.14.7
2026-07-09T02:44:08.0610885Z    Compiling rustversion v1.0.22
2026-07-09T02:44:08.0761298Z    Compiling rand_core v0.10.1
2026-07-09T02:44:08.1864499Z    Compiling rustc_version v0.4.1
2026-07-09T02:44:08.2101215Z    Compiling bitflags v2.12.1
2026-07-09T02:44:08.2226273Z    Compiling cpufeatures v0.2.17
2026-07-09T02:44:08.2819914Z    Compiling getrandom v0.4.2
2026-07-09T02:44:08.3081149Z    Compiling cfg_aliases v0.2.1
2026-07-09T02:44:08.3781556Z    Compiling hashbrown v0.17.1
2026-07-09T02:44:08.3863842Z    Compiling litemap v0.8.2
2026-07-09T02:44:08.4031659Z    Compiling writeable v0.6.3
2026-07-09T02:44:08.5115090Z    Compiling dunce v1.0.5
2026-07-09T02:44:08.5341233Z    Compiling icu_normalizer_data v2.2.0
2026-07-09T02:44:08.6512953Z    Compiling ident_case v1.0.1
2026-07-09T02:44:08.7311069Z    Compiling strsim v0.11.1
2026-07-09T02:44:08.7605690Z    Compiling fs_extra v1.3.0
2026-07-09T02:44:08.7821364Z    Compiling utf8_iter v1.0.4
2026-07-09T02:44:08.8050296Z    Compiling icu_properties_data v2.2.0
2026-07-09T02:44:08.9927245Z    Compiling autocfg v1.5.1
2026-07-09T02:44:09.0112137Z    Compiling percent-encoding v2.3.2
2026-07-09T02:44:09.0748739Z    Compiling http v1.4.1
2026-07-09T02:44:09.2858414Z    Compiling syn v2.0.117
2026-07-09T02:44:09.3595512Z    Compiling aws-lc-rs v1.17.0
2026-07-09T02:44:09.4083291Z    Compiling cpufeatures v0.3.0
2026-07-09T02:44:09.4222682Z    Compiling thiserror v2.0.18
2026-07-09T02:44:09.4420804Z    Compiling scopeguard v1.2.0
2026-07-09T02:44:09.4973131Z    Compiling form_urlencoded v1.2.2
2026-07-09T02:44:09.5455161Z    Compiling chacha20 v0.10.0
2026-07-09T02:44:09.6335714Z    Compiling lock_api v0.4.14
2026-07-09T02:44:09.6400498Z    Compiling anyhow v1.0.102
2026-07-09T02:44:09.6471551Z    Compiling untrusted v0.9.0
2026-07-09T02:44:09.6542074Z    Compiling fnv v1.0.7
2026-07-09T02:44:09.7090495Z    Compiling heck v0.5.0
2026-07-09T02:44:09.7420486Z    Compiling unicode-segmentation v1.13.3
2026-07-09T02:44:09.7979157Z    Compiling rustls v0.23.40
2026-07-09T02:44:09.8301766Z    Compiling const-oid v0.10.2
2026-07-09T02:44:09.8576830Z    Compiling indexmap v2.14.0
2026-07-09T02:44:10.0040777Z    Compiling jobserver v0.1.34
2026-07-09T02:44:10.0201400Z    Compiling unicode-xid v0.2.6
2026-07-09T02:44:10.0730872Z    Compiling atomic-waker v1.1.2
2026-07-09T02:44:10.0817784Z    Compiling zerocopy v0.8.50
2026-07-09T02:44:10.0910905Z    Compiling httparse v1.10.1
2026-07-09T02:44:10.1761561Z    Compiling parking_lot_core v0.9.12
2026-07-09T02:44:10.1903211Z    Compiling paste v1.0.15
2026-07-09T02:44:10.2269801Z    Compiling num-traits v0.2.19
2026-07-09T02:44:10.2401506Z    Compiling hybrid-array v0.4.12
2026-07-09T02:44:10.2752164Z    Compiling curve25519-dalek v4.1.3
2026-07-09T02:44:10.4628564Z    Compiling convert_case v0.10.0
2026-07-09T02:44:10.4760883Z    Compiling cc v1.2.63
2026-07-09T02:44:10.5259770Z    Compiling crypto-common v0.1.7
2026-07-09T02:44:10.5368763Z    Compiling block-buffer v0.10.4
2026-07-09T02:44:10.6000951Z    Compiling ahash v0.8.12
2026-07-09T02:44:10.6154322Z    Compiling either v1.16.0
2026-07-09T02:44:10.6248349Z    Compiling base64ct v1.8.3
2026-07-09T02:44:10.7671058Z    Compiling digest v0.10.7
2026-07-09T02:44:10.9980848Z    Compiling try-lock v0.2.5
2026-07-09T02:44:11.0501082Z    Compiling data-encoding v2.11.0
2026-07-09T02:44:11.0681429Z    Compiling pkg-config v0.3.33
2026-07-09T02:44:11.1181156Z    Compiling zmij v1.0.21
2026-07-09T02:44:11.1511497Z    Compiling base64 v0.22.1
2026-07-09T02:44:11.1575553Z    Compiling tower-service v0.3.3
2026-07-09T02:44:11.2322153Z    Compiling mio v1.2.1
2026-07-09T02:44:11.2983856Z    Compiling socket2 v0.6.4
2026-07-09T02:44:11.3159189Z    Compiling getrandom v0.2.17
2026-07-09T02:44:11.4971830Z    Compiling pem-rfc7468 v1.0.0
2026-07-09T02:44:11.5420870Z    Compiling http-body v1.0.1
2026-07-09T02:44:11.6150818Z    Compiling rand v0.10.1
2026-07-09T02:44:11.7061477Z    Compiling rand_core v0.6.4
2026-07-09T02:44:11.7521467Z    Compiling uuid v1.23.2
2026-07-09T02:44:11.9062491Z    Compiling fastrand v2.4.1
2026-07-09T02:44:11.9666344Z    Compiling tinyvec_macros v0.1.1
2026-07-09T02:44:12.0541116Z    Compiling vcpkg v0.2.15
2026-07-09T02:44:12.2395965Z    Compiling cmake v0.1.58
2026-07-09T02:44:12.4150760Z    Compiling parking_lot v0.12.5
2026-07-09T02:44:12.4971176Z    Compiling tinyvec v1.11.0
2026-07-09T02:44:12.7042347Z    Compiling sha2 v0.10.9
2026-07-09T02:44:12.8111972Z    Compiling want v0.3.1
2026-07-09T02:44:12.9763339Z    Compiling block-buffer v0.12.0
2026-07-09T02:44:12.9996747Z    Compiling crypto-common v0.2.2
2026-07-09T02:44:13.2656352Z    Compiling inout v0.1.4
2026-07-09T02:44:13.2982428Z    Compiling vergen-lib v9.1.0
2026-07-09T02:44:13.3131718Z    Compiling n0-future v0.3.2
2026-07-09T02:44:13.3250388Z    Compiling winnow v1.0.3
2026-07-09T02:44:13.4496501Z    Compiling signature v2.2.0
2026-07-09T02:44:13.4661663Z    Compiling httpdate v1.0.3
2026-07-09T02:44:13.5708700Z    Compiling serde_json v1.0.150
2026-07-09T02:44:13.6370632Z    Compiling spin v0.10.0
2026-07-09T02:44:13.6836931Z    Compiling cordyceps v0.3.4
2026-07-09T02:44:13.7624943Z    Compiling diatomic-waker v0.2.3
2026-07-09T02:44:13.7752812Z    Compiling crossbeam-utils v0.8.21
2026-07-09T02:44:13.8462049Z    Compiling parking v2.2.1
2026-07-09T02:44:13.8641337Z    Compiling aws-lc-sys v0.41.0
2026-07-09T02:44:14.1098043Z    Compiling ring v0.17.14
2026-07-09T02:44:14.1200996Z    Compiling libsqlite3-sys v0.30.1
2026-07-09T02:44:14.1600728Z    Compiling futures-lite v2.6.1
2026-07-09T02:44:14.2124551Z    Compiling ed25519 v2.2.3
2026-07-09T02:44:14.2545730Z    Compiling cipher v0.4.4
2026-07-09T02:44:14.3390430Z    Compiling futures-buffered v0.2.13
2026-07-09T02:44:14.5435808Z    Compiling digest v0.11.3
2026-07-09T02:44:14.7021369Z    Compiling netlink-packet-core v0.8.1
2026-07-09T02:44:14.8720331Z    Compiling universal-hash v0.5.1
2026-07-09T02:44:15.0858803Z    Compiling vergen-lib v0.1.6
2026-07-09T02:44:15.1076748Z    Compiling vergen v9.1.0
2026-07-09T02:44:15.2542060Z    Compiling heapless v0.7.17
2026-07-09T02:44:15.3219153Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-09T02:44:15.3459121Z    Compiling noq-udp v0.10.0
2026-07-09T02:44:15.3631689Z    Compiling sync_wrapper v1.0.2
2026-07-09T02:44:15.4709674Z    Compiling byteorder v1.5.0
2026-07-09T02:44:15.4743253Z    Compiling opaque-debug v0.3.1
2026-07-09T02:44:15.5501297Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-09T02:44:15.5790727Z    Compiling powerfmt v0.2.0
2026-07-09T02:44:15.6469645Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-09T02:44:15.7810912Z    Compiling allocator-api2 v0.2.21
2026-07-09T02:44:15.7940596Z    Compiling hash32 v0.2.1
2026-07-09T02:44:15.9495093Z    Compiling deranged v0.5.8
2026-07-09T02:44:15.9510198Z    Compiling polyval v0.6.2
2026-07-09T02:44:16.0821874Z    Compiling spin v0.9.8
2026-07-09T02:44:16.1216197Z    Compiling vergen-gitcl v1.0.8
2026-07-09T02:44:16.2966332Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-09T02:44:16.5290714Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-09T02:44:16.5420683Z    Compiling tower-layer v0.3.3
2026-07-09T02:44:16.5581170Z    Compiling num-conv v0.2.2
2026-07-09T02:44:16.6011402Z    Compiling time-core v0.1.8
2026-07-09T02:44:16.6651074Z    Compiling signature v3.0.0
2026-07-09T02:44:16.7760501Z    Compiling ryu v1.0.23
2026-07-09T02:44:16.9221942Z    Compiling num_threads v0.1.7
2026-07-09T02:44:16.9420700Z    Compiling fallible-iterator v0.3.0
2026-07-09T02:44:17.0231426Z    Compiling ghash v0.5.1
2026-07-09T02:44:17.0598280Z    Compiling sha2 v0.11.0-rc.5
2026-07-09T02:44:17.1161167Z    Compiling ctr v0.9.2
2026-07-09T02:44:17.2174890Z    Compiling aes v0.8.4
2026-07-09T02:44:17.4850842Z    Compiling http-body-util v0.1.3
2026-07-09T02:44:17.4900414Z    Compiling fs2 v0.4.3
2026-07-09T02:44:17.5001358Z    Compiling aead v0.5.2
2026-07-09T02:44:17.6069487Z    Compiling openssl-probe v0.2.1
2026-07-09T02:44:17.7010959Z    Compiling synstructure v0.13.2
2026-07-09T02:44:17.7701735Z    Compiling darling_core v0.20.11
2026-07-09T02:44:17.7770886Z    Compiling utf8parse v0.2.2
2026-07-09T02:44:17.8981136Z    Compiling arrayvec v0.7.6
2026-07-09T02:44:17.9918066Z    Compiling proc-macro-crate v3.5.0
2026-07-09T02:44:18.2366256Z    Compiling time v0.3.47
2026-07-09T02:44:18.2800671Z    Compiling aes-gcm v0.10.3
2026-07-09T02:44:18.2841647Z    Compiling crossbeam-channel v0.5.15
2026-07-09T02:44:18.7432937Z    Compiling crossbeam-epoch v0.9.18
2026-07-09T02:44:18.9312921Z    Compiling netlink-packet-route v0.29.0
2026-07-09T02:44:18.9320544Z    Compiling blake3 v1.8.5
2026-07-09T02:44:18.9488232Z    Compiling memoffset v0.6.5
2026-07-09T02:44:19.0344344Z    Compiling acto v0.8.2
2026-07-09T02:44:19.2209902Z    Compiling netwatch v0.16.0
2026-07-09T02:44:19.3225026Z    Compiling noq v0.18.0
2026-07-09T02:44:19.3700957Z    Compiling identity-hash v0.1.0
2026-07-09T02:44:19.4969244Z    Compiling xml-rs v0.8.28
2026-07-09T02:44:19.5140408Z    Compiling ref-cast v1.0.25
2026-07-09T02:44:19.5599583Z    Compiling foldhash v0.2.0
2026-07-09T02:44:19.6481074Z    Compiling mac-addr v0.3.0
2026-07-09T02:44:19.7051706Z    Compiling thiserror v1.0.69
2026-07-09T02:44:19.8181158Z    Compiling tagptr v0.2.0
2026-07-09T02:44:19.9210594Z    Compiling sorted-index-buffer v0.2.1
2026-07-09T02:44:19.9734395Z    Compiling rustc-hash v2.1.2
2026-07-09T02:44:20.0660981Z    Compiling lru-slab v0.1.2
2026-07-09T02:44:20.2429936Z    Compiling hashbrown v0.16.1
2026-07-09T02:44:20.3501762Z    Compiling serde_derive_internals v0.29.1
2026-07-09T02:44:20.3841639Z    Compiling netlink-packet-route v0.30.0
2026-07-09T02:44:20.4420614Z    Compiling serial-core v0.4.0
2026-07-09T02:44:20.8391864Z    Compiling xmltree v0.10.3
2026-07-09T02:44:21.0780665Z    Compiling serde_derive v1.0.228
2026-07-09T02:44:21.1121471Z    Compiling zeroize_derive v1.4.3
2026-07-09T02:44:21.4011525Z    Compiling tokio-macros v2.7.0
2026-07-09T02:44:21.4180468Z    Compiling futures-macro v0.3.32
2026-07-09T02:44:21.6161058Z    Compiling zerofrom-derive v0.1.7
2026-07-09T02:44:21.9099645Z    Compiling yoke-derive v0.8.2
2026-07-09T02:44:22.0680937Z    Compiling zerovec-derive v0.11.3
2026-07-09T02:44:22.1230551Z    Compiling displaydoc v0.2.6
2026-07-09T02:44:22.2546796Z    Compiling zeroize v1.8.2
2026-07-09T02:44:22.6161368Z    Compiling tokio v1.52.3
2026-07-09T02:44:22.6343371Z    Compiling tracing-attributes v0.1.31
2026-07-09T02:44:22.6521355Z    Compiling rustls-pki-types v1.14.1
2026-07-09T02:44:22.7451734Z    Compiling thiserror-impl v2.0.18
2026-07-09T02:44:22.8589737Z    Compiling futures-util v0.3.32
2026-07-09T02:44:23.7266091Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-09T02:44:23.7881610Z    Compiling zerofrom v0.1.8
2026-07-09T02:44:23.8930579Z    Compiling darling_macro v0.20.11
2026-07-09T02:44:23.9516307Z    Compiling yoke v0.8.3
2026-07-09T02:44:24.1990469Z    Compiling derive_more-impl v2.1.1
2026-07-09T02:44:24.3001329Z    Compiling zerovec v0.11.6
2026-07-09T02:44:24.3722837Z    Compiling zerotrie v0.2.4
2026-07-09T02:44:24.4289262Z    Compiling darling v0.20.11
2026-07-09T02:44:24.5483423Z    Compiling derive_builder_core v0.20.2
2026-07-09T02:44:24.6606047Z    Compiling n0-error-macros v0.1.3
2026-07-09T02:44:25.1770896Z    Compiling spez v0.1.2
2026-07-09T02:44:25.4820994Z    Compiling der v0.8.0-rc.10
2026-07-09T02:44:25.5680641Z    Compiling tinystr v0.8.3
2026-07-09T02:44:25.7454120Z    Compiling potential_utf v0.1.5
2026-07-09T02:44:25.8357872Z    Compiling pin-project-internal v1.1.13
2026-07-09T02:44:25.9552137Z    Compiling icu_locale_core v2.2.0
2026-07-09T02:44:25.9901381Z    Compiling icu_collections v2.2.0
2026-07-09T02:44:26.2290627Z    Compiling n0-error v0.1.3
2026-07-09T02:44:26.7331281Z    Compiling derive_builder_macro v0.20.2
2026-07-09T02:44:27.1401685Z    Compiling cobs v0.3.0
2026-07-09T02:44:27.3321413Z    Compiling derive_builder v0.20.2
2026-07-09T02:44:27.3681007Z    Compiling postcard-derive v0.2.2
2026-07-09T02:44:27.4942811Z    Compiling spki v0.8.0-rc.4
2026-07-09T02:44:27.8790693Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-09T02:44:27.9620492Z    Compiling ed25519-dalek v2.2.0
2026-07-09T02:44:27.9896190Z    Compiling pin-project v1.1.13
2026-07-09T02:44:28.0930941Z    Compiling icu_provider v2.2.0
2026-07-09T02:44:28.3396796Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-09T02:44:28.9351585Z    Compiling icu_normalizer v2.2.0
2026-07-09T02:44:29.0401455Z    Compiling icu_properties v2.2.0
2026-07-09T02:44:29.0402393Z    Compiling ipnet v2.12.0
2026-07-09T02:44:29.0598802Z    Compiling futures-executor v0.3.32
2026-07-09T02:44:29.3897301Z    Compiling futures v0.3.32
2026-07-09T02:44:29.9926350Z    Compiling prefix-trie v0.8.4
2026-07-09T02:44:30.4926157Z    Compiling once_cell v1.21.4
2026-07-09T02:44:30.8251150Z    Compiling tracing-core v0.1.36
2026-07-09T02:44:31.1170264Z    Compiling ed25519 v3.0.0-rc.4
2026-07-09T02:44:31.2312294Z    Compiling tokio-util v0.7.18
2026-07-09T02:44:31.4220982Z    Compiling derive_more v2.1.1
2026-07-09T02:44:31.5161064Z    Compiling hashbrown v0.14.5
2026-07-09T02:44:31.5342679Z    Compiling netlink-sys v0.8.8
2026-07-09T02:44:31.7604838Z    Compiling tracing v0.1.44
2026-07-09T02:44:31.8602459Z    Compiling idna_adapter v1.2.2
2026-07-09T02:44:31.9131486Z    Compiling spt-proto v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-09T02:44:32.0251353Z    Compiling idna v1.1.0
2026-07-09T02:44:32.4955452Z    Compiling tower v0.5.3
2026-07-09T02:44:32.7551362Z    Compiling url v2.5.8
2026-07-09T02:44:32.8006905Z    Compiling hashlink v0.9.1
2026-07-09T02:44:32.8674978Z    Compiling h2 v0.4.14
2026-07-09T02:44:33.4911845Z    Compiling postcard v1.1.3
2026-07-09T02:44:33.6143045Z    Compiling data-encoding-macro v0.1.20
2026-07-09T02:44:33.6446683Z    Compiling rustls-native-certs v0.8.4
2026-07-09T02:44:33.6997595Z    Compiling async-trait v0.1.89
2026-07-09T02:44:34.3661482Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-09T02:44:34.7541175Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-09T02:44:35.0003388Z    Compiling num_enum_derive v0.7.6
2026-07-09T02:44:35.2832043Z    Compiling strum_macros v0.28.0
2026-07-09T02:44:35.4072950Z    Compiling iroh-metrics-derive v0.4.1
2026-07-09T02:44:35.8091899Z    Compiling enum-assoc v1.3.0
2026-07-09T02:44:36.3190657Z    Compiling iroh-metrics v0.38.3
2026-07-09T02:44:36.5008613Z    Compiling iroh-base v0.98.0
2026-07-09T02:44:36.5561878Z    Compiling iroh-relay v0.98.0
2026-07-09T02:44:36.7300583Z    Compiling num_enum v0.7.6
2026-07-09T02:44:36.9532012Z    Compiling tower-http v0.6.11
2026-07-09T02:44:37.0300063Z    Compiling attohttpc v0.30.1
2026-07-09T02:44:37.1850454Z    Compiling n0-watcher v0.6.1
2026-07-09T02:44:37.7001697Z    Compiling tokio-stream v0.1.18
2026-07-09T02:44:38.1251692Z    Compiling netdev v0.42.0
2026-07-09T02:44:38.3690854Z    Compiling netlink-proto v0.12.0
2026-07-09T02:44:38.7391812Z    Compiling moka v0.12.15
2026-07-09T02:44:38.7491627Z    Compiling serde_spanned v0.6.9
2026-07-09T02:44:38.9460691Z    Compiling toml_datetime v0.6.11
2026-07-09T02:44:39.1322152Z    Compiling ref-cast-impl v1.0.25
2026-07-09T02:44:39.6481653Z    Compiling thiserror-impl v1.0.69
2026-07-09T02:44:40.0158378Z    Compiling strum v0.28.0
2026-07-09T02:44:40.0510817Z    Compiling termios v0.2.2
2026-07-09T02:44:40.0637115Z    Compiling errno v0.3.14
2026-07-09T02:44:40.0790880Z    Compiling ioctl-rs v0.1.6
2026-07-09T02:44:40.1752751Z    Compiling simple-dns v0.9.3
2026-07-09T02:44:40.2671495Z    Compiling aho-corasick v1.1.4
2026-07-09T02:44:40.2740570Z    Compiling arrayref v0.3.9
2026-07-09T02:44:40.3241005Z    Compiling winnow v0.7.15
2026-07-09T02:44:40.3950967Z    Compiling simdutf8 v0.1.5
2026-07-09T02:44:41.3540730Z    Compiling sha1_smol v1.0.1
2026-07-09T02:44:41.7211712Z    Compiling rustix v1.1.4
2026-07-09T02:44:41.7563316Z    Compiling signal-hook v0.3.18
2026-07-09T02:44:42.0140993Z    Compiling toml_write v0.1.2
2026-07-09T02:44:42.0361002Z    Compiling regex-syntax v0.8.10
2026-07-09T02:44:42.3350539Z    Compiling hyper v1.10.1
2026-07-09T02:44:42.4532251Z    Compiling smol_str v0.1.24
2026-07-09T02:44:43.0331974Z    Compiling resolv-conf v0.7.6
2026-07-09T02:44:43.4341000Z    Compiling constant_time_eq v0.4.2
2026-07-09T02:44:44.4800747Z    Compiling iroh-dns v0.98.0
2026-07-09T02:44:45.5476537Z    Compiling toml_edit v0.22.27
2026-07-09T02:44:45.9171385Z    Compiling signal-hook-registry v1.4.8
2026-07-09T02:44:45.9981334Z    Compiling serial-unix v0.4.0
2026-07-09T02:44:46.4481301Z    Compiling hyper-util v0.1.20
2026-07-09T02:44:46.6395534Z    Compiling regex-automata v0.4.14
2026-07-09T02:44:46.9561282Z    Compiling webpki-roots v1.0.7
2026-07-09T02:44:46.9643191Z    Compiling schemars_derive v1.2.1
2026-07-09T02:44:47.1542225Z    Compiling lru v0.16.4
2026-07-09T02:44:47.6860970Z    Compiling darling_core v0.23.0
2026-07-09T02:44:50.7131273Z    Compiling igd-next v0.17.1
2026-07-09T02:44:51.0309351Z    Compiling serde_bytes v0.11.19
2026-07-09T02:44:51.4821329Z    Compiling seize v0.5.1
2026-07-09T02:44:52.5626240Z    Compiling hmac v0.12.1
2026-07-09T02:44:52.9299579Z    Compiling iroh v0.98.2
2026-07-09T02:44:53.0980484Z    Compiling linux-raw-sys v0.12.1
2026-07-09T02:44:53.4260545Z    Compiling cmov v0.5.4
2026-07-09T02:44:53.4444914Z    Compiling bitflags v1.3.2
2026-07-09T02:44:53.4711730Z    Compiling pin-utils v0.1.0
2026-07-09T02:44:53.5350550Z    Compiling rustix v0.38.44
2026-07-09T02:44:53.5821556Z    Compiling dyn-clone v1.0.20
2026-07-09T02:44:53.8199213Z    Compiling schemars v1.2.1
2026-07-09T02:44:53.8766674Z    Compiling ctutils v0.4.2
2026-07-09T02:44:54.0410876Z    Compiling nix v0.25.1
2026-07-09T02:44:54.1737009Z    Compiling portmapper v0.16.0
2026-07-09T02:44:54.2192034Z    Compiling darling_macro v0.23.0
2026-07-09T02:44:54.3446812Z    Compiling regex v1.12.3
2026-07-09T02:44:56.2120565Z    Compiling hkdf v0.12.4
2026-07-09T02:44:56.2780913Z    Compiling papaya v0.2.4
2026-07-09T02:44:56.3772948Z    Compiling toml v0.8.23
2026-07-09T02:44:56.4491589Z    Compiling serial v0.4.0
2026-07-09T02:44:56.5881615Z    Compiling filedescriptor v0.8.3
2026-07-09T02:44:57.0530985Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-09T02:44:57.1317811Z    Compiling backon v1.6.0
2026-07-09T02:44:57.3492854Z    Compiling anstyle-parse v1.0.0
2026-07-09T02:44:57.5378277Z    Compiling vte_generate_state_changes v0.1.2
2026-07-09T02:44:57.6391636Z    Compiling downcast-rs v1.2.1
2026-07-09T02:44:57.6640654Z    Compiling anstyle-query v1.1.5
2026-07-09T02:44:57.7742073Z    Compiling foldhash v0.1.5
2026-07-09T02:44:57.8181212Z    Compiling shell-words v1.1.1
2026-07-09T02:44:58.0240443Z    Compiling instability v0.3.12
2026-07-09T02:44:58.1178421Z    Compiling linux-raw-sys v0.4.15
2026-07-09T02:44:58.2511388Z    Compiling anstyle v1.0.14
2026-07-09T02:44:58.2600000Z    Compiling colorchoice v1.0.5
2026-07-09T02:44:58.4341404Z    Compiling is_terminal_polyfill v1.70.2
2026-07-09T02:44:58.5677804Z    Compiling vte v0.13.1
2026-07-09T02:44:58.6950647Z    Compiling anstream v1.0.0
2026-07-09T02:44:58.9770915Z    Compiling hashbrown v0.15.5
2026-07-09T02:44:59.1321068Z    Compiling signal-hook-mio v0.2.5
2026-07-09T02:44:59.3670640Z    Compiling spake2 v0.4.0
2026-07-09T02:44:59.8615323Z    Compiling terminal_size v0.4.4
2026-07-09T02:45:00.1402210Z    Compiling darling v0.23.0
2026-07-09T02:45:00.2440708Z    Compiling strum_macros v0.26.4
2026-07-09T02:45:00.4021383Z    Compiling sha1 v0.10.6
2026-07-09T02:45:00.4300828Z    Compiling itertools v0.13.0
2026-07-09T02:45:00.5251375Z    Compiling castaway v0.2.4
2026-07-09T02:45:00.7964112Z    Compiling portable-pty v0.8.1
2026-07-09T02:45:01.2782059Z    Compiling unicode-width v0.1.14
2026-07-09T02:45:01.7810575Z    Compiling clap_lex v1.1.0
2026-07-09T02:45:02.4910752Z    Compiling doctest-file v1.1.1
2026-07-09T02:45:02.5840804Z    Compiling static_assertions v1.1.0
2026-07-09T02:45:02.6790838Z    Compiling indoc v2.0.7
2026-07-09T02:45:02.8912142Z    Compiling compact_str v0.8.2
2026-07-09T02:45:03.2001070Z    Compiling interprocess v2.4.2
2026-07-09T02:45:04.1551129Z    Compiling unicode-truncate v1.1.0
2026-07-09T02:45:04.1657661Z    Compiling strum v0.26.3
2026-07-09T02:45:04.2601370Z    Compiling clap_builder v4.6.0
2026-07-09T02:45:04.3154044Z    Compiling lru v0.12.5
2026-07-09T02:45:04.5061676Z    Compiling crossterm v0.28.1
2026-07-09T02:45:04.6960272Z    Compiling clap_derive v4.6.1
2026-07-09T02:45:04.7175910Z    Compiling cassowary v0.3.0
2026-07-09T02:45:04.7467124Z    Compiling unicode-width v0.2.0
2026-07-09T02:45:05.2587288Z    Compiling iana-time-zone v0.1.65
2026-07-09T02:45:05.2883261Z    Compiling nucleo-matcher v0.3.1
2026-07-09T02:45:05.3092711Z    Compiling qrcode v0.14.1
2026-07-09T02:45:05.7351092Z    Compiling chrono v0.4.45
2026-07-09T02:45:06.2931313Z    Compiling ratatui v0.29.0
2026-07-09T02:45:09.3810893Z    Compiling clap v4.6.1
2026-07-09T02:45:29.7607306Z    Compiling rustls-webpki v0.103.13
2026-07-09T02:45:34.1832991Z    Compiling tokio-rustls v0.26.4
2026-07-09T02:45:34.1833562Z    Compiling noq-proto v0.17.0
2026-07-09T02:45:34.1834134Z    Compiling rustls-platform-verifier v0.7.0
2026-07-09T02:45:34.5835143Z    Compiling hyper-rustls v0.27.9
2026-07-09T02:45:34.5871597Z    Compiling hickory-net v0.26.0-beta.4
2026-07-09T02:45:34.6361055Z    Compiling tokio-websockets v0.13.2
2026-07-09T02:45:35.0571676Z    Compiling reqwest v0.13.4
2026-07-09T02:45:37.8671737Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-09T02:45:47.1630627Z    Compiling rusqlite v0.32.1
2026-07-09T02:45:48.1399464Z    Compiling spt-store v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-09T02:45:50.0689466Z    Compiling spt-msg v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-09T02:45:50.2839880Z    Compiling spt-runtime v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-09T02:45:50.2844452Z    Compiling spt-term v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-09T02:45:53.9784343Z    Compiling spt-live v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-09T02:46:14.7292900Z    Compiling spt-net v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-09T02:46:16.7471876Z    Compiling spt-daemon v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-09T02:46:35.3866610Z    Compiling spt v0.30.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-09T02:46:51.4399834Z     Finished `release` profile [optimized] target(s) in 2m 44s
2026-07-09T02:46:51.4909980Z ##[group]Run mkdir -p dist
2026-07-09T02:46:51.4910438Z [36;1mmkdir -p dist[0m
2026-07-09T02:46:51.4910837Z [36;1mcp "target/x86_64-unknown-linux-musl/release/spt" "dist/spt-x86_64-linux-musl"[0m
2026-07-09T02:46:51.4925726Z shell: /usr/bin/bash -e {0}
2026-07-09T02:46:51.4925974Z ##[endgroup]
2026-07-09T02:46:51.5404860Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-07-09T02:46:51.5406201Z ##[group]Run actions/upload-artifact@v4
2026-07-09T02:46:51.5406448Z with:
2026-07-09T02:46:51.5406624Z   name: spt-x86_64-linux-musl
2026-07-09T02:46:51.5406859Z   path: dist/spt-x86_64-linux-musl
2026-07-09T02:46:51.5407085Z   if-no-files-found: error
2026-07-09T02:46:51.5407289Z   compression-level: 6
2026-07-09T02:46:51.5407489Z   overwrite: false
2026-07-09T02:46:51.5407693Z   include-hidden-files: false
2026-07-09T02:46:51.5407904Z ##[endgroup]
2026-07-09T02:46:51.7102836Z (node:1625114) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-07-09T02:46:51.7103780Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-07-09T02:46:51.7155408Z With the provided path, there will be 1 file uploaded
2026-07-09T02:46:51.7161644Z Artifact name is valid!
2026-07-09T02:46:51.7162479Z Root directory input is valid!
2026-07-09T02:46:52.0687940Z Beginning upload of artifact content to blob storage
2026-07-09T02:46:52.7257129Z (node:1625114) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2026-07-09T02:46:55.2536739Z Uploaded bytes 8388608
2026-07-09T02:46:56.1965642Z Uploaded bytes 15793634
2026-07-09T02:46:56.2712512Z Finished uploading artifact content to blob storage!
2026-07-09T02:46:56.2713300Z SHA256 digest of uploaded artifact zip is f70b7daa0083ac39b7f97a41cd8e1a5c1230bf700ca9500ed8bb7b7a292e55ef
2026-07-09T02:46:56.2715062Z Finalizing artifact upload
2026-07-09T02:46:56.5208776Z Artifact spt-x86_64-linux-musl.zip successfully finalized. Artifact ID 8187651385
2026-07-09T02:46:56.5209853Z Artifact spt-x86_64-linux-musl has been successfully uploaded! Final size is 15793634 bytes. Artifact ID is 8187651385
2026-07-09T02:46:56.5218491Z Artifact download URL: https://github.com/SaberMage/spt-core/actions/runs/28989908704/artifacts/8187651385
2026-07-09T02:46:56.5557128Z Post job cleanup.
2026-07-09T02:46:56.6404100Z [command]/usr/bin/git version
2026-07-09T02:46:56.6472422Z git version 2.43.0
2026-07-09T02:46:56.6507163Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ac4464ab-26da-4a8c-964c-4afc8d2a9d54' before making global git config changes
2026-07-09T02:46:56.6507884Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T02:46:56.6511066Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-09T02:46:56.6549905Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-09T02:46:56.6579596Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-09T02:46:56.6780548Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T02:46:56.6801744Z http.https://github.com/.extraheader
2026-07-09T02:46:56.6812171Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-09T02:46:56.6845880Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-09T02:46:56.7056890Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T02:46:56.7087330Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-09T02:46:56.7507294Z Cleaning up orphan processes
2026-07-09T02:46:56.8227912Z ##[warning]Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
